home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / log / log.p < prev    next >
Text File  |  1996-07-17  |  210b  |  18 lines

  1. #ifndef _log_P_
  2. #define _log_P_
  3.  
  4. #include "log.h"
  5.  
  6. extern LOG_TYPE_
  7.     log_type;
  8.  
  9. extern unsigned
  10.     log_defaults;
  11.  
  12. extern char
  13.     *log_filename,
  14.     *diallog_filename,
  15.     *panic_filename;
  16.  
  17. #endif  _log_P_
  18.